Edit Resource: Notes
Description
The Notes attribute under EditResource allows you to provide notes on the given resource.
Parameters
Parameter | Description |
---|---|
Notes | A string of text of the notes for the given resource. CANNOT contain any special character codes, including carriage returns and line feeds. |
Examples
Ops Team is given the note 'This is the operations team'.
PATCH api/resource/OpsTeam
Body:
{
"Notes" : "This is the operations team"
}